| IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityListManager<T> Class : Filter Property |
'DeclarationPublic Property Filter As Predicate(Of T)
'UsageDim instance As EntityListManager(Of T) Dim value As Predicate(Of T) instance.Filter = value value = instance.Filter
public Predicate<T> Filter {get; set;}
true if the supplied Entity belongs in the list(s) managed.
Setting or resetting the filter does not automatically refresh the list(s).
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2